ComponentOne ASP.NET MVC Controls
LabelAlign Method

C1.Web.Mvc.Fluent Namespace > ChartAxisBuilder<T> Class : LabelAlign Method
The value.
Configurates C1.Web.Mvc.ChartAxis<T>.LabelAlign. Sets the label alignment.
Syntax
'Declaration
 
Public Function LabelAlign( _
   ByVal value As String _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> LabelAlign( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
By default the labels are centered. The supported values are 'left' and 'right' for x-axis and 'top' and 'bottom' for y-axis.
See Also

Reference

ChartAxisBuilder<T> Class
ChartAxisBuilder<T> Members